商品列表
商户必看
添加代理方法:
在操作里的
“添加代理价格”
进行添加代理,设置代理价格会自动生成授权码,授权码给代理即可.
商品列表
全部分类
{foreach $categorys as $v}
{$v.name}
{/foreach}
查询商品
添加商品
{foreach $goodsList as $v}
{$v.name}
修改时间:2019-12-15 00:04:28
状态: {if $v.status==1} 上架中
点击下架
{else/} 下架中
点击上架
{/if}
{$v.price}
销售价格
{$v.cards_stock_count}
库存卡密
{$v.cards_sold_count}
已经卖出
编辑
加卡
链接
库存
删除
添加代理价格
{/foreach}